  ._phone-page_innerBox {
  	width: 100%;
  	padding: 0px 0 0 0;
  	margin: 10px 0;
  	/* height: 100px; */
  }


  ._phone-page_link_1 {
  	display: flex;
  	border: 1px solid #cfe7ff;
  	border-radius: 5px;
  	align-items: center;
  	width: 100%;
  	padding: 15px 10px 15px 20px;
  	background: linear-gradient(#cfe7ff, #f1faff);
  	margin-top: 10px;
  	font-size: 18px;
  }


  ._phone-page_img_logo {
  	width: 20px;
  	height: 15px;
  }

  ._phone-page_img_enter {
  	width: 20px;
  	height: 40px;
  }

  ._phone-page_link_2 {
  	display: flex;
  	padding: 4px 20px 4px 10px;
  	border: 1px solid #cccccc;
  	align-items: center;
  	font-size: 13px;
  }

  ._phone-page_flex_container {
  	display: flex;
  	justify-content: flex-start;
  	flex-direction: row;
  	flex-wrap: wrap;
  	/* margin-right: -10px; */
  	margin: 0 -7px 10px 3px;
  }

  ._phone-page_flex_container>div {
  	color: black;
  	cursor: pointer;
  	flex: 1;
  	min-width: 100px;
  	margin: 10px 10px 0 0;
  }

  ._phone-page_flex_container>a {
  	color: black;
  	cursor: pointer;
  	flex: 1;
  	min-width: 100px;
  	margin: 10px 10px 0 0;
  	text-decoration: none;
  	color: #333;
  }

  .empty_card {
  	height: 0;
  	margin-top: 0;
  	/* 宽度和高度都设置为0，不占用空间 */
  	margin-right: 18px;
  	/* 不可以忘记margin，否则有可能对不齐 */
  }

  ._phone-page_imgContainer {
  	/* margin-right: 20px; */
  	width: 40px;
  	box-sizing: border-box;
  	padding-top: -2px;
  }

  #_phonePage_circle {
  	height: 20px;
  	display: flex;
  	position: absolute;
  	bottom: 0;
  	right: 10px;
  }

  ._phonePage_circle {
  	width: 22px;
  	height: 22px;
  	border-radius: 22px;
  	background: rgba(0, 0, 0, 0.4);
  	cursor: pointer;
  	margin: 5px;
  	color: white;
  	background-color: #444444;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  }

  .phone-page_button-air {
  	margin-right: 20px;
  	font-size: 18px;
  	font-weight: 600;
  	box-sizing: border-box;
  	width: 75px;
  	height: 37px;
  	padding-bottom: 4px;
  	/* border-bottom: 4px solid white; */
  	color: black;
  	align-items: center;
  	text-align: center;
  }

  .phone-page_button-air_active {
  	margin-right: 20px;
  	font-size: 18px;
  	font-weight: 600;
  	box-sizing: border-box;
  	width: 75px;
  	height: 37px;
  	padding-bottom: 4px;
  	border-bottom: 4px solid #2890E6;
  	color: #2890E6;
  	align-items: center;
  	text-align: center;
  }

  .phone-page_weixin {
  	background-color: #68b4ff;
  	position: fixed;
  	top: 50px;
  	margin: auto;
  	display: none;
  	z-index: 999;
  	border-radius: 5px;
  	padding: 10px;
  	left: 50%;
  	top: 20%;
  	transform: translate(-50%, -50%);
  	padding-top: 0px;
  }

  .phone-page_display_hide {
  	display: none;
  }

  .phone-page_display_show {
  	display: block;
  }

  ._phone-page_container_yqlj {
  	padding: 0 0 0 0;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	margin-right: -10px;
  }

  ._phone-page_yqlj_container {
  	border: 1px solid #cccccc;
  	padding: 5px 10px 5px 10px;
  	display: flex;
  	align-items: center;
  	margin: 10px 10px 0 0;
  	width: 50%;
  	cursor: pointer;
  }

  ._phone-page_hidden_box {
  	/* display: none; */
  	border: 1px solid #cccccc;
  	padding: 10px;
  	margin: 10px 10px 0 0;
  }

  ._phone-page_hidden_box_ul {
  	list-style: none;
  	padding: 0;
  	margin: 0;
  }

  ._phone-page_hidden_box_ul li {
  	margin-top: 3px;
  }

  ._phone-page_hidden_box_ul a {
  	color: black;
  	text-decoration: none;
  }
  .phone-page_index_title{
	  padding: 0;
  }
  #phone-page ul {
      padding: 0;
      list-style: none;
  }
  .phone-page_index_title span{
	  float: right;
  }
  ._phone-page_innerBox li{
	  line-height: 32px;
  }